-- background: 27702 from stack: in -- bmap block id: 7336 -- flags: 4000 -- background id: 0 -- name: Intro Backgrnd ----- HyperTalk script ----- on openBackground show button 2 show background field "My Name Info" wait for 3 seconds hide background field "My Name Info" end openBackground -- part 1 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=391 top=291 right=314 bottom=414 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 65535 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Start ----- HyperTalk script ----- on mouseUp set lockScreen to true hide background field "My Name Info" go to first card of background "Action Items" find the long date in background field ID 9 put number of this card into X if X = number of cards then hide background button "Next" hide background button "Last Card" else show background button "Next" show background button "Last Card" end if if X = 12 then hide background button "Prev" hide background button "First Card" else show background button "Prev" show background button "First Card" end if hide field 3 hide field 4 set lockScreen to false click at 72,109 end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=42 top=287 right=319 bottom=74 -- title width / last selected line: 0 -- icon id / first selected line: 20098 / 20098 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Home ----- HyperTalk script ----- on mouseUp visual effect iris close go Home end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=22 top=54 right=128 bottom=95 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: My Name ----- HyperTalk script ----- on mouseUp show background field "My Name Info" wait for 5 seconds hide background field "My Name Info" end mouseUp -- part 5 (field) -- low flags: 81 -- high flags: 0004 -- rect: left=116 top=159 right=247 bottom=456 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 2 -- text size: 12 -- style flags: 256 -- line height: 16 -- part name: My Name Info ----- HyperTalk script ----- on mouseUp hide background field "My Name Info" end mouseUp